home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / XPK / elzx / xpkELZX.readme < prev    next >
Encoding:
Text File  |  1997-09-07  |  1.7 KB  |  43 lines

  1. Short:    Libraries for packing data and samples
  2. Author:   adam@zeus.polsl.gliwice.pl
  3. Uploader: adam@zeus.polsl.gliwice.pl
  4. Type:     util/pack
  5.  
  6.                               XPK LZX sublibraries v1.0
  7.  
  8.                           Release date March 12, 1996
  9.                 - Copyright 1996 Adam Przybyla, Piotr Kasprzyk -
  10.  
  11.                                  Disclaimer
  12.                                 ============
  13.  
  14. The author of this program is not responsible for any damages caused by using
  15. this program.
  16.  
  17. Libraries for packing data and samples (xpkSLZX.library).
  18.  
  19. This program generally lets to use external compressor "Lzx" to
  20. be called by XPK. There are 4 versions of library, 2 for users of
  21. registered Lzx program and 2 libraries (in the "emb" directory)
  22. that can be also used with unregistered version of "Lzx".
  23.  
  24. ELZX libraries use only the external compressor "Lzx" whereas SLZX libraries
  25. use also the delta coding algorithm for better samples' compression.
  26.  
  27. xpkSLZX - invokes external compressor Lzx (requires registered version of Lzx)
  28. xpkELZX - invokes external compressor Lzx and additionaly uses delta coding
  29.           algorithm (requires registered version of Lzx)
  30. emb/xpkSLZX - embedded xpkSLZX (for unregistered version of Lzx)
  31. emb/xpkELZX - embedded xpkELZX (for unregistered version of Lzx)
  32.  
  33. These libraries were compiled with SAS/C 6.56.
  34. Please send any comments to "adam@zeus.polsl.gliwice.pl"
  35.  
  36. Using this packet:
  37. -----------------
  38.  
  39. There are ready-to-use versions of libraries and also there is source
  40. version of this program. Execute "smake" to recompile all libraries.
  41. If you want to automatically install these libraries in directory
  42. "Libs:Compressors", type "smake install".
  43.